* {
    margin: 0;
    padding: 0;
}

body {
    background: url("/bilder/hintergrund4.jpg"); 
    background-size: cover;
    }

.menue {
    position:relative;
}

.menue-link {
    position:relative;
    color: beige;
    font-size: 30pt;
    padding: 20px;
    margin-top: -60px;
    overflow: hidden;
}
.menue-img {
    overflow: hidden;
    size: 20%;
}

.menue-img img {
    display: block;
    height: 20%;
    width: 20%;
}